home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / spmate13.zip / SPELTEST.BA$ / speltest.bas
BASIC Source File  |  1993-07-09  |  175b  |  10 lines

  1. Option Explicit
  2.  
  3. Global FullFilePath As String
  4. Global FileSelected As Integer
  5. Global FileChanged As Integer
  6.  
  7. Global Const WILDCARD$ = "*.txt"
  8. Global Const MODAL = 1
  9.  
  10.